-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
screenshots in system tests #5868
Conversation
- CI=${CI} | ||
- TRAVIS=${TRAVIS} | ||
- CONTINUOUS_INTEGRATION=${CONTINUOUS_INTEGRATION} | ||
- HAS_JOSH_K_SEAL_OF_APPROVAL=${HAS_JOSH_K_SEAL_OF_APPROVAL} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this just for demonstration purposes, @icarito ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember off the top of my head why HAS_JOSH_K_SEAL_OF_APPROVAL is needed but it is no invention of mine and it seems some libs check for it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Screenshots 📸 (click to expand)5868-test_wiki.png5868-test_tags.png5868-test_people.png5868-test_blog.png5868-test_front_page_with_navbar_search_autocomplete.png5868-test_viewing_the_dashboard.pngGenerated by 🚫 Danger |
Ohhhhh so this will only work on PRs on publiclab's account? |
Ok, so my fork doesn't have access to https://docs.travis-ci.com/user/environment-variables/#encrypting-environment-variables |
https://cloud.google.com/storage/docs/access-control/ https://cloud.google.com/storage/docs/xml-api/post-object#policydocument |
Huh...
Could be timing related... I rebooted system tests! |
Whoa, this passed tests and all, but no uploads? |
Hmm...
|
Uh, ok - symfony/panther#66 (comment), https://blog.travis-ci.com/august-2012-upcoming-ci-environment-updates/
|
so if all tests pass, we don't worry
I changed it so if it can't find the JUnit reports, it just warns, doesn't fail. |
* add screenshots for grids Re publiclab#5320 publiclab#5868 publiclab#5316 * adjust screenshot path
* screenshots in system tests * more screenshots * Google::Cloud::Storage.anonymous * Update Dangerfile * Update docker-compose-testing.yml * HAS_JOSH_K_SEAL_OF_APPROVAL * change fail to warn in danger junit parsing so if all tests pass, we don't worry
* screenshots in system tests * more screenshots * Google::Cloud::Storage.anonymous * Update Dangerfile * Update docker-compose-testing.yml * HAS_JOSH_K_SEAL_OF_APPROVAL * change fail to warn in danger junit parsing so if all tests pass, we don't worry
* add screenshots for grids Re publiclab#5320 publiclab#5868 publiclab#5316 * adjust screenshot path
Re #5320 but squashed!